type github.com/klauspost/compress/flate.dictDecoder
15 uses
github.com/klauspost/compress/flate (current package)
dict_decoder.go#L27: type dictDecoder struct {
dict_decoder.go#L40: func (dd *dictDecoder) init(size int, dict []byte) {
dict_decoder.go#L41: *dd = dictDecoder{hist: dd.hist}
dict_decoder.go#L60: func (dd *dictDecoder) histSize() int {
dict_decoder.go#L68: func (dd *dictDecoder) availRead() int {
dict_decoder.go#L73: func (dd *dictDecoder) availWrite() int {
dict_decoder.go#L80: func (dd *dictDecoder) writeSlice() []byte {
dict_decoder.go#L87: func (dd *dictDecoder) writeMark(cnt int) {
dict_decoder.go#L94: func (dd *dictDecoder) writeByte(c byte) {
dict_decoder.go#L104: func (dd *dictDecoder) writeCopy(dist, length int) int {
dict_decoder.go#L151: func (dd *dictDecoder) tryWriteCopy(dist, length int) int {
dict_decoder.go#L173: func (dd *dictDecoder) appendWindow(dst []byte) []byte {
dict_decoder.go#L184: func (dd *dictDecoder) readFlush() []byte {
dict_decoder.go#L197: func (dd *dictDecoder) decoded() int64 {
inflate.go#L323: dict dictDecoder
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |